home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-05-01 | 2.2 KB | 81 lines | [TEXT/MPS ] |
- /*
- File: Slots.idl
-
- Contains: Slot Manager Interfaces.
-
- Version: Technology: System 7.5
- Release: Universal Interfaces 3.0d3 on Copland DR1
-
- Copyright: © 1984-1996 by Apple Computer, Inc. All rights reserved.
-
- Bugs?: If you find a problem with this file, send the file and version
- information (from above) and the problem description to:
-
- Internet: apple.bugs@applelink.apple.com
- AppleLink: APPLE.BUGS
-
- */
- #ifndef __SLOTS_IDL__
- #define __SLOTS_IDL__
-
- #include <somobj.idl>
- #include <somcls.idl>
-
- #ifndef __TYPES_IDL__
- #include <Types.idl>
- #endif
- #ifndef __EVENTS_IDL__
- #include <Events.idl>
- #endif
- #ifndef __OSUTILS_IDL__
- #include <OSUtils.idl>
- #endif
- #ifndef __FILES_IDL__
- #include <Files.idl>
- #endif
-
- #ifdef __SOMIDL__
-
- #if FOR_SYSTEM7_AND_SYSTEM8_DEPRECATED
- typedef OpaquePtr SlotIntServiceProcPtr;
- typedef OpaquePtr SlotIntServiceUPP;
- typedef SOMLargeStruct SlotIntQElement; /* Derived from a struct of 16 bytes in size */
-
- typedef OpaquePtr SQElemPtr; /* Substituted OpaquePtr for “SlotIntQElement*” */
-
- typedef SOMLargeStruct SpBlock; /* Derived from a struct of 56 bytes in size */
-
- typedef OpaquePtr SpBlockPtr; /* Substituted OpaquePtr for “SpBlock*” */
-
- typedef SOMLargeStruct SInfoRecord; /* Derived from a struct of 24 bytes in size */
-
- typedef OpaquePtr SInfoRecPtr; /* Substituted OpaquePtr for “SInfoRecord*” */
-
- typedef SOMLargeStruct SDMRecord; /* Derived from a struct of 16 bytes in size */
-
- typedef SOMLargeStruct FHeaderRec; /* Derived from a struct of 20 bytes in size */
-
- typedef OpaquePtr FHeaderRecPtr; /* Substituted OpaquePtr for “FHeaderRec*” */
-
- /*
-
- Extended Format header block - extended declaration ROM format header for super sRsrc directories. <H2><SM0>
-
- */
- typedef SOMLargeStruct XFHeaderRec; /* Derived from a struct of 36 bytes in size */
-
- typedef OpaquePtr XFHeaderRecPtr; /* Substituted OpaquePtr for “XFHeaderRec*” */
-
- typedef SOMLargeStruct SEBlock; /* Derived from a struct of 24 bytes in size */
-
- /* Principle */
- /* Special */
- /* Advanced */
- /* Device Manager Slot Support */
- #endif
-
- #endif /* __SOMIDL__ */
-
- #endif /* __SLOTS_IDL__ */
-
-